Seedling
class Seedling @JvmOverloads constructor(printStreamErr: PrintStream = System.err, printStreamOut: PrintStream = System.out, callStackIndex: Int = CALL_STACK_INDEX) : ISeedling
Basic logger that prints Error and WTF messages to the System.err stream. All other logs are printed to the System.out stream. Messages are line printed in the format of TAG: Message
.
Arbor.sow(Seedling())
Content copied to clipboard
Constructors
Link copied to clipboard
constructor(printStreamErr: PrintStream = System.err, printStreamOut: PrintStream = System.out, callStackIndex: Int = CALL_STACK_INDEX)